Skip to content

AI Search Gap: Supported MIME Types for embedding files - #810

Merged
YoanKar merged 2 commits into
masterfrom
dess-ai-search-gap-03
Sep 10, 2026
Merged

AI Search Gap: Supported MIME Types for embedding files#810
YoanKar merged 2 commits into
masterfrom
dess-ai-search-gap-03

Conversation

@dessyordanova

Copy link
Copy Markdown
Collaborator

Expanded the "Specifying the MIME Type" section with: Clarification that EmbeddedFile.MimeType accepts any standard IANA MIME type string and defaults to "application/octet-stream". A reference table of common MIME types (.pdf, .docx, .doc, .xlsx, .xls, .txt, .xml, .csv, .png, .jpeg). Important distinction between modern OpenXML types (.docx as application/vnd.openxmlformats-officedocument.wordprocessingml.document, .xlsx as application/vnd.openxmlformats-officedocument.spreadsheetml.sheet) and legacy Office binary types (.doc as application/msword, .xls as application/vnd.ms-excel). A complete C# code example demonstrating embedding multiple files with their respective file names and MIME types.

Expanded the "Specifying the MIME Type" section with:
Clarification that EmbeddedFile.MimeType accepts any standard IANA MIME type string and defaults to "application/octet-stream".
A reference table of common MIME types (.pdf, .docx, .doc, .xlsx, .xls, .txt, .xml, .csv, .png, .jpeg).
Important distinction between modern OpenXML types (.docx as application/vnd.openxmlformats-officedocument.wordprocessingml.document, .xlsx as application/vnd.openxmlformats-officedocument.spreadsheetml.sheet) and legacy Office binary types (.doc as application/msword, .xls as application/vnd.ms-excel).
A complete C# code example demonstrating embedding multiple files with their respective file names and MIME types.
@dessyordanova dessyordanova self-assigned this Sep 4, 2026
@YoanKar
YoanKar merged commit 6947710 into master Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants